home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 January (DVD) / PCWorld_2008-01_DVD.iso / multimedia / gimp / gimp-2.4.2-i686-setup.exe / {app} / etc / gtk-2.0 / gtkrc < prev   
Encoding:
Text File  |  2007-10-17  |  1.4 KB  |  55 lines

  1. gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32"
  2. gtk-toolbar-icon-size = small-toolbar
  3.  
  4. # disable images in buttons. i've only seen ugly delphi apps use this feature.
  5. gtk-button-images = 0
  6.  
  7. # enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly.
  8. # the office apps use them heavily, though.
  9. gtk-menu-images = 1
  10.  
  11. # use the win32 button ordering instead of the GNOME HIG one, where applicable
  12. gtk-alternative-button-order = 1
  13.  
  14. # use the win32 sort indicators direction, as in Explorer
  15. gtk-alternative-sort-arrows = 1
  16.  
  17. style "msw-default"
  18. {
  19.   GtkWidget::interior-focus = 1
  20.   GtkOptionMenu::indicator-size = { 9, 5 }
  21.   GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 }
  22.   GtkSpinButton::shadow-type = in
  23.  
  24.   # Owen and I disagree that these should be themable
  25.   #GtkUIManager::add-tearoffs = 0
  26.   #GtkComboBox::add-tearoffs = 0
  27.   
  28.   GtkComboBox::appears-as-list = 1
  29.   GtkComboBox::focus-on-click = 0
  30.   
  31.   GOComboBox::add_tearoffs = 0
  32.  
  33.   GtkTreeView::allow-rules = 0
  34.   GtkTreeView::expander-size = 12
  35.  
  36.   GtkExpander::expander-size = 12
  37.  
  38.   GtkScrolledWindow::scrollbar_spacing = 1
  39.  
  40.   GtkSeparatorMenuItem::horizontal-padding = 2
  41.  
  42.   engine "wimp" 
  43.   {
  44.   }
  45. }
  46. class "*" style "msw-default"
  47.  
  48. binding "ms-windows-tree-view"
  49. {
  50.   bind "Right" { "expand-collapse-cursor-row" (1,1,0) }
  51.   bind "Left" { "expand-collapse-cursor-row" (1,0,0) }
  52. }
  53.  
  54. class "GtkTreeView" binding "ms-windows-tree-view"
  55.